﻿/* ecircuit main pages style sheetr*/

.header { 
    padding-right  : 0px;
    padding-bottom: 0px;
    }
    
.header1 { 
        padding: 10px;
  }
  
.header2 { 
          padding: 10px;
    }
    
.topic_series { 
	font-family:'Trebuchet MS';
    font-size: large; 
}


 /* horz link menu ***************************/
 .topline { 
    max-width: 570px;
    font-family: "Arial";
    font-size: small;
    padding: 5px;
    margin: 0px;
}

.ecircuit_blk {
	font-size:x-large; 
	font-family:'Trebuchet MS';
	color:#FFFFFF;
	background-color: #000000;
}
.ecircuit_wht {
	font-size:x-large; 
	font-family:'Trebuchet MS';
	color:#000000;
	background-color: #99CCFF;
}

 .title_right { 
    font-family: "Arial";
    font-size: x-large;
    text-align: right;
}



 /* horz link menu ***************************/
 .linkline { 
    max-width: 500px;
    font-family: "Arial";
    font-size: 1.0em;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.linkline a{ 
    color: blue;
    text-decoration:none;
 }
 
.linkline a:hover{ 
    color: blue;
    text-decoration:underline;
 }
 
 /* topic ***************************/
 .topic { 
    max-width: 500px;
    font-family: "Arial"; 
    font-size: small;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
    padding-left: 5px;
    border-left: 25px solid #C0C0C0;
}

.topic h1{ 
    font-family: "Arial"; 
    font-size: 2em;
    font-style: italic;
    text-align:center;
}

.topic h2{ 
    font-family: "Arial"; 
    font-size: 1.5em;
    font-weight:normal;
    padding-left: 5px;
    padding-top: 20px;
}

.footer{ 
    font-family: "Arial"; 
    font-size: small;
    font-style: italic;
    text-align:center;
    font-weight:normal;
}


.topic p{ 
    font-family: "Arial"; 
    font-size: small;
}

.topic pre{ 
    font-size: 1.2em;
}


 /* circuits collection ***************************/
 .circuits_list p{ 
    padding-left: 10px;
    font-family: "Arial"; 
    font-size: small;

}

 .circuits_list a{
    color: blue;
    text-decoration:none;
 }
 
 .circuits_list a:hover{ 
    color: blue;
    text-decoration:underline;
 }
 
  /* footer ***************************/
#footer{ 
    max-width: 500px;
    font-family: "Arial"; 
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    text-align: center;

    
    color: MidnightBlue;
    padding: 5px;
}


